home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / scripts / Makefile.in < prev   
Encoding:
Makefile  |  1996-06-30  |  5.3 KB  |  208 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. #
  8.  
  9. # Makefile for scripts directory.
  10.  
  11. # Copyright (c) 1996 Markku Rossi
  12.  
  13. #
  14.  
  15. # Author: Markku Rossi <mtr@iki.fi>
  16.  
  17. #
  18.  
  19. #
  20. # This file is part of GNU enscript.
  21. # This program is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2, or (at your option)
  24. # any later version.
  25. #
  26. # This program is distributed in the hope that it will be useful,
  27. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  28. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29. # GNU General Public License for more details.
  30. #
  31. # You should have received a copy of the GNU General Public License
  32. # along with this program; see the file COPYING.  If not, write to
  33. # the Free Software Foundation, 59 Temple Place - Suite 330,
  34. # Boston, MA 02111-1307, USA.
  35. #
  36.  
  37.  
  38. SHELL = /bin/sh
  39.  
  40. srcdir = @srcdir@
  41. top_srcdir = @top_srcdir@
  42. VPATH = @srcdir@
  43. prefix = @prefix@
  44. exec_prefix = @exec_prefix@
  45.  
  46. bindir = @bindir@
  47. sbindir = @sbindir@
  48. libexecdir = @libexecdir@
  49. datadir = @datadir@
  50. sysconfdir = @sysconfdir@
  51. sharedstatedir = @sharedstatedir@
  52. localstatedir = @localstatedir@
  53. libdir = @libdir@
  54. infodir = @infodir@
  55. mandir = @mandir@
  56. includedir = @includedir@
  57. oldincludedir = /usr/include
  58.  
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkgincludedir = $(includedir)/@PACKAGE@
  62.  
  63. top_builddir = ..
  64.  
  65. INSTALL = @INSTALL@
  66. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  69. transform = @program_transform_name@
  70.  
  71. man_MANS = diffpp.1
  72.  
  73. bin_SCRIPTS = diffpp
  74.  
  75. EXTRA_DIST = diffpp.in
  76.  
  77. CLEANFILES = diffpp
  78. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  79. CONFIG_HEADER = ../config.h
  80. SCRIPTS = $(bin_SCRIPTS)
  81.  
  82. MANS = diffpp.1
  83.  
  84. NROFF = nroff
  85. DIST_COMMON = ChangeLog Makefile.am Makefile.in
  86.  
  87.  
  88. PACKAGE = @PACKAGE@
  89. VERSION = @VERSION@
  90.  
  91. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  92.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  93. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  94.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  95.  
  96. TAR = tar
  97. default: all
  98.  
  99.  
  100. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
  101.     cd $(top_srcdir) && automake $(subdir)/Makefile
  102.  
  103. Makefile: $(top_builddir)/config.status Makefile.in
  104.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  105.  
  106. install-binSCRIPTS: $(bin_SCRIPTS)
  107.     $(mkinstalldirs) $(bindir)
  108.     list="$(bin_SCRIPTS)"; for p in $$list; do \
  109.       if test -f $$p; then \
  110.         $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
  111.       else if test -f $(srcdir)/$$p; then \
  112.         $(INSTALL_SCRIPT) $(srcdir)/$$p \
  113.           $(bindir)/`echo $$p|sed '$(transform)'`; \
  114.       else :; fi; fi; \
  115.     done
  116.  
  117. uninstall-binSCRIPTS:
  118.     list="$(bin_SCRIPTS)"; for p in $$list; do \
  119.       rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
  120.     done
  121. install-man: $(MANS)
  122.     $(mkinstalldirs) $(mandir)/man1
  123.     @sect=1;                \
  124.     inst=`echo "diffpp" | sed '$(transform)'`.1; \
  125.     echo installing diffpp.1 as $(mandir)/man$$sect/$$inst; \
  126.     $(INSTALL_DATA) $(srcdir)/diffpp.1 $(mandir)/man$$sect/$$inst
  127.  
  128. uninstall-man:
  129.     inst=`echo "diffpp" | sed '$(transform)'`.1; \
  130.     rm -f $(mandir)/man1/$$inst
  131.  
  132. tags: TAGS
  133. TAGS:
  134.  
  135.  
  136. subdir = scripts
  137. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  138. distdir: $(DEP_DISTFILES)
  139.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  140.       test -f $(distdir)/$$file \
  141.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  142.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  143.     done
  144. info:
  145.  
  146. dvi:
  147.  
  148. check: all
  149.  
  150. installcheck:
  151.  
  152. install-exec: install-binSCRIPTS
  153.  
  154. install-data: install-man
  155.  
  156. install: install-exec install-data all
  157.     @:
  158.  
  159. uninstall: uninstall-binSCRIPTS uninstall-man
  160.  
  161. all: $(SCRIPTS) $(MANS) Makefile
  162.  
  163. install-strip:
  164.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  165. installdirs:
  166.     $(mkinstalldirs)  $(bindir) $(mandir)/man1
  167.  
  168.  
  169. mostlyclean-generic:
  170.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  171.  
  172. clean-generic:
  173.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  174.  
  175. distclean-generic:
  176.     rm -f Makefile $(DISTCLEANFILES)
  177.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  178.  
  179. maintainer-clean-generic:
  180.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  181.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  182. mostlyclean:  mostlyclean-generic
  183.  
  184. clean:  clean-generic mostlyclean 
  185.  
  186. distclean:  distclean-generic clean 
  187.     rm -f config.status
  188.  
  189. maintainer-clean:  maintainer-clean-generic distclean 
  190.     @echo "This command is intended for maintainers to use;"
  191.     @echo "it deletes files that may require special tools to rebuild."
  192.  
  193. .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS install-man \
  194. uninstall-man tags distdir info dvi check installcheck install-exec \
  195. install-data install uninstall all installdirs mostlyclean-generic \
  196. distclean-generic clean-generic maintainer-clean-generic clean \
  197. mostlyclean distclean maintainer-clean
  198.  
  199.  
  200. diffpp: $(srcdir)/diffpp.in
  201.     sed 's%@PERLPROG@%@PERL@%g' $(srcdir)/diffpp.in >diffpp
  202. .SUFFIXES:
  203.  
  204. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  205. # Otherwise a system limit (for SysV at least) may be exceeded.
  206. .NOEXPORT:
  207.